-
Notifications
You must be signed in to change notification settings - Fork 50
Disable Launchpad Access When Editing Process Templates in Modeler #1958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
modeler
|
||||||||||||||||||||||||||||
| Project |
modeler
|
| Branch Review |
bugfix/FOUR-27760
|
| Run status |
|
| Run duration | 06m 01s |
| Commit |
|
| Committer | Sanja |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
83
|
|
|
0
|
|
|
305
|
| View all changes introduced in this branch ↗︎ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
|





Issue & Reproduction Steps
This PR fixes an issue where the Launchpad button remained enabled while editing a process template in the Modeler. Clicking the button incorrectly redirected users to the Launchpad, allowing templates to be executed outside the context of a process.
To prevent this unintended behavior, the Launchpad button is now disabled whenever the Modeler is opened for a process template.
Solution
is_template: true.How to Test
Related Tickets & Packages
Code Review Checklist
Note
Low Risk
Small UI-only change that gates navigation based on an existing
is_templateflag; low risk aside from potentially blocking Launchpad access if the flag is mis-set.Overview
Prevents Launchpad access while editing process templates in the Modeler by computing
disableLaunchpadfromprocess.is_templateand passing it toLaunchpadButton.Updates
LaunchpadButtonto accept adisabledprop, apply the native disabled state, and suppress hover icon changes/hover styling when disabled.Written by Cursor Bugbot for commit 6645314. This will update automatically on new commits. Configure here.